home *** CD-ROM | disk | FTP | other *** search
- @echo off
- cls
- echo.
- echo ╔═══════════════════════════════════════════════════════════════════╗
- echo ║ INSTALLATION OF McAFEE ANTI-VIRUS UTILITIES ║
- echo ║ ║
- echo ║ Simple batch installation of the McAfee Anti-Virus Utilities ║
- echo ║ Version 2.1.3E (2.1.3) Scan, Vshield and associated files. ║
- echo ║ The document files and some of the less used executables are ║
- echo ║ contained in a self-extracting zip file called COMPRESS.EXE. ║
- echo ║ The main SCAN.EXE file (with the /CLEAN option if required) ║
- echo ║ can be run from this write protected diskette. ║
- echo ║ This quick installation will copy your files from your ║
- echo ║ CD drive to your c: drive and place them in a directory called ║
- echo ║ C:\MCAFEE ║
- echo ║ ║
- echo ║ If you would like to install to another drive or directory ║
- echo ║ then please press CONTROL C or break and copy the files from ║
- echo ║ the CD to your chosen directory and then type COMPRESS.EXE ║
- echo ║ to extract the files contained in the self-extracting zip file ║
- echo ║ or read COMPRESS.LST. ║
- echo ║ ║
- echo ║ If you would like to continue then..... ║
- echo ╚═══════════════════════════════════════════════════════════════════╝
- pause
- cls
- c:
- cd\
- mkdir mcafee
- cd\mcafee
- echo Copying files.......
- echo .
- copy %1scan\*.*
-
- echo .
- echo Extracting new compressed files.....
- echo .
- echo .
- compress.exe -o >nul
- cls
- del compress.exe
- dir /w
- pause
- cls
- echo ╔════════════════════════════════════════════════════════════════════╗
- echo ║ ║
- echo ║ To install Scan for Windows do the following: ║
- echo ║ ║
- echo ║ 1. Run Windows ║
- echo ║ ║
- echo ║ 2. Open or create a new Windows group. ║
- echo ║ ║
- echo ║ 3. Create a new file item from the PROGRAM MANAGER main menu. ║
- echo ║ ║
- echo ║ 4. Complete the command line as the following: ║
- echo ║ C:\MCAFEE\WSCAN.EXE ║
- echo ║ ║
- echo ║ 5. Say OK to save it. ║
- echo ║ ║
- echo ║ 6. Double Click on the new icon created in the open group. ║
- echo ║ ║
- echo ║ Thank you for using McAfee Associates and IPE Corporation ║
- echo ║ ║
- echo ╚════════════════════════════════════════════════════════════════════╝
- pause
-